func os.readFileContents

4 uses

	os (current package)
		file.go#L874: 	return readFileContents(statOrZero(f), f.Read)
		file.go#L889: func readFileContents(statSize int64, read func([]byte) (int, error)) ([]byte, error) {
		root.go#L259: 	return readFileContents(statOrZero(f), f.Read)
		root.go#L409: 	return readFileContents(statOrZero(f), f.Read)